-
-
Notifications
You must be signed in to change notification settings - Fork 263
feat(linter): add codespell linter #4143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f69ce60
to
f2c2fa3
Compare
f2c2fa3
to
04dd611
Compare
04dd611
to
0577625
Compare
0577625
to
41077c0
Compare
@nvuillam The PR I created is failing for reasons that are not obvious to me. I will hopefully get around to take another look tomorrow. Hints welcome. |
@@ -211,3 +211,39 @@ linters: | |||
dockerfile: | |||
- FROM lycheeverse/lychee:latest-alpine AS lychee | |||
- COPY --link --from=lychee /usr/local/bin/lychee /usr/bin/ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quality :)
6f40e6d
to
4a72ed8
Compare
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
@ideaship can you resolve the conflicts and merge main in your branch and try to unlock this PR? Thanks. |
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
I think this PR could be reopened. |
Hmm, the button to reopen the PR isn't available to me, even as maintainer. Was the branch deleted or something? |
Maybe he unchecked the box that allows us to update the PR, so only the author can do something. Probably better to open a new PR in this case |
I did not intentionally uncheck the box that lets admins update the PR, but when I looked, it was indeed unchecked. Fixed. |
Add the codespell linter which uses a dictionary of common misspellings and ignores unknown words.
Fixes #4140
Proposed Changes
Add the codespell linter which uses a dictionary of common misspellings and ignores unknown words.
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance